home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware City / Comms / commsService 2.0.2 Final / AppleScripts / Service Name Launch < prev   
Encoding:
Text File  |  1994-12-20  |  191 b   |  8 lines  |  [TEXT/ToyS]

  1. tell application "commsService"
  2.     try
  3.         set launchName to open "Monash University"
  4.     on error errMsg
  5.         beep
  6.         display dialog "commsService error - " & return & return & errMsg
  7.     end try
  8. end tell